From: Jan Djärv Date: Wed, 18 Jul 2007 10:46:25 +0000 (+0000) Subject: (Fx_focus_frame): Call x_ewmh_activate_frame X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17847 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=68d67600ffbae3533efd9cab0d61d26bb4ab8044;p=emacs.git (Fx_focus_frame): Call x_ewmh_activate_frame --- diff --git a/src/xfns.c b/src/xfns.c index a73e05b81c3..a180c08e6da 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3510,6 +3510,7 @@ FRAME nil means use the selected frame. */) x_catch_errors (dpy); XSetInputFocus (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), RevertToParent, CurrentTime); + x_ewmh_activate_frame (f); x_uncatch_errors (); UNBLOCK_INPUT;